From b1e1f6f0e8bf0b0bb06d985021ea10b97fe82692 Mon Sep 17 00:00:00 2001 From: Jyrki Gadinger Date: Wed, 26 Mar 2025 11:00:41 +0100 Subject: [PATCH] gui/tray: change the status icon background colour again As discussed, it's supposed to be the same colour as the header background indeed... Signed-off-by: Jyrki Gadinger --- src/gui/tray/CurrentAccountHeaderButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/tray/CurrentAccountHeaderButton.qml b/src/gui/tray/CurrentAccountHeaderButton.qml index 4b646ed95..7ea3adb42 100644 --- a/src/gui/tray/CurrentAccountHeaderButton.qml +++ b/src/gui/tray/CurrentAccountHeaderButton.qml @@ -173,7 +173,7 @@ Button { && UserModel.currentUser.status !== UserStatus.Offline width: Style.accountAvatarStateIndicatorSize + + Style.trayFolderStatusIndicatorSizeOffset height: width - color: "white" + color: root.parentBackgroundColor anchors.bottom: currentAccountAvatar.bottom anchors.right: currentAccountAvatar.right radius: width * Style.trayFolderStatusIndicatorRadiusFactor -- 2.30.2